fix(ci): fix invalid vercel action reference in deploy workflow - #533
fix(ci): fix invalid vercel action reference in deploy workflow#533roobie001 wants to merge 4 commits into
Conversation
|
@roobie001 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
There was a problem hiding this comment.
Pull request overview
This PR aims to restore the “Deploy - Frontend to Vercel and Artifacts” GitHub Actions workflow by correcting the Vercel deployment action reference that is failing in production deploy automation.
Changes:
- Introduces
amondnet/vercel-action@v25configuration in the deploy workflow. - Adjusts quoting style for several YAML string values (e.g.,
--prod,18.x,v2.4.3).
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| - uses: amondnet/vercel-action@v25 | ||
| with: | ||
| vercel-token: ${{ secrets.VERCEL_TOKEN }} | ||
| vercel-org-id: ${{ secrets.VERCEL_ORG_ID }} | ||
| vercel-project-id: ${{ secrets.VERCEL_PROJECT_ID }} | ||
| vercel-args: "--prod" | ||
| env: | ||
| VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }} | ||
| VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }} | ||
| VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }} |
| vercel-token: ${{ secrets.VERCEL_TOKEN }} | ||
| vercel-org-id: ${{ secrets.VERCEL_ORG_ID }} | ||
| vercel-project-id: ${{ secrets.VERCEL_PROJECT_ID }} | ||
| vercel-args: '--prod' | ||
| vercel-args: "--prod" |
Incident Timeline & Resolution
|
|
Hi @barry01-hash, Gentle ping on this PR when you get a chance! It resolves the SEV-1 deployment rollback workflow errors for #395 and #386 by updating the invalid All CI steps and file ordering issues flagged earlier are fixed and ready to merge. Since the current Drips Wave cycle wraps up today, I'd really appreciate your review so the deploy pipeline can go green and close out the incidents. Thank you! |
|
Resolve conflicts |
9410f57 to
6edc2e8
Compare
|
@barry01-hash All merge conflicts have been resolved and the branch is fully up to date with |
|
Hi @barry01-hash, Quick final check-in before the Wave cutoff in less than an hour! The conflicts are resolved and the branch is fully green and ready for a 1-click merge to resolve SEV-1 tickets #395 and #386. Appreciate your quick review and merge so this can be credited for the wave! Thank you. |
Closes #395
Closes #386
Summary
161a4e1and619a11f.vercel/action@v5withamondnet/vercel-action@v25.